Xref header.
("xref" (" talk.politics.misc:" -1000))
("xref"
("[^:\n]+:[0-9]+ +[^:\n]+:[0-9]+ +[^:\n]+:[0-9]+"
-1000 nil r))
Head,
Body and All), you should choose one
and stick with it in each score file. If you use any two, each
article will be fetched twice. If you want to match a
bit on the Head and a bit on the
Body, just use All for all the
matches.
((mark -100))
You may also consider doing something similar with
expunge.
[^abcd]*, you may get
unexpected results. That will match newlines, which might lead
to, well, The Unknown. Say [^abcd\n]*
instead.